make 'make doc' use the gpsbabel in the current directory instead of the one in the...
authorparkrrrr <parkrrrr>
Thu, 8 Jun 2006 10:20:20 +0000 (10:20 +0000)
committerparkrrrr <parkrrrr>
Thu, 8 Jun 2006 10:20:20 +0000 (10:20 +0000)
xmldoc/makedoc

index 48515fe8a4e98d032b938a805a384f7cc882b7de..bf6d1728f21365448ea3395cc458f132966151f0 100755 (executable)
@@ -76,7 +76,7 @@ print PARTS qq(<!ENTITY filters SYSTEM "_filters.xml">\n);
 open FORMATS, ">$dir/autogen/_formats.xml";
 print FORMATS qq(<!-- This document is automatically generated. -->\n);
 
-@formats = `gpsbabel -^3`;
+@formats = `./gpsbabel -^3`;
 
 $going = 0;
 $dooptions = 0;
@@ -161,7 +161,7 @@ if ($going) {
 open FORMATS, ">$dir/autogen/_filters.xml";
 print FORMATS qq(<!-- This document is automatically generated. -->\n);
 
-@filters = `gpsbabel -%1`;
+@filters = `./gpsbabel -%1`;
 
 $going = 0;